PMultPasteOffset(long xOffset, long yOffset);
long xOffset;
Horizontal difference between each pasted copy (maximum 45 inches) in twipslong yOffset;
Vertical difference between each pasted copy (maximum 45 inches) in twips
PMultPasteOffset(PGetMultPasteOffset& offset);
Use a corresponding PGetMultPasteOffset query object to set the default offset. This is useful to restore settings to a prior value (see example, below).Multiple Paste changes defaults. Each time you use the PMultiplePaste command, it sets the default offsets in the Multiple Paste dialog box. Use the PMultPasteOffset command to reset the default offsets either to a different value or back to their original value.
Example. The following example selects and copies the third object drawn. It queries for the current default offset, pastes five copies, and then resets the default offsets back to their previous values.
PSelect(3);
// reply 3, 3
PCopy();
PGetMultPasteOffset savedOffset;
PMultiplePaste(5, twips("0p4"), twips("0p9"));
// sets offsets to new values
// resets offsets back to previous values
PMultPasteOffset(savedOffset);
Adobe PageMaker 6.5 Help > Commands > Edit > Multiple Paste
Comments or suggestions? Contact Adobe Developer Support